home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 4: Multimedia Applications / MacCube Volume 4: Multimedia Applications.iso / Graphics / POV Ray / POVRAY II (FPU) / POV-Ray (FPU) / POV-Ray (FPU).rsrc / TEXT_304_box.txt < prev    next >
Text File  |  1994-02-10  |  170b  |  7 lines

  1. // create a box that extends between the 2 specified points
  2. box
  3. {
  4.   <-1, -1, -1>  // one corner position <X1 Y1 Z1>
  5.   < 1,  1,  1>  // other corner position <X2 Y2 Z2>
  6. }
  7.